AutoCorrect.TwoInitialCapitals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if words that begin with two capital letters are corrected automatically.
public:
property bool TwoInitialCapitals { bool get(); void set(bool value); };
public bool TwoInitialCapitals { get; set; }
Public Property TwoInitialCapitals As Boolean