MaskedTextBox::Culture Property
.NET Framework (current version)
Gets or sets the culture information associated with the masked text box.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property CultureInfo^ Culture { CultureInfo^ get(); void set(CultureInfo^ value); }
Property Value
Type: System.Globalization::CultureInfo^A CultureInfo representing the culture supported by the MaskedTextBox.
| Exception | Condition |
|---|---|
| ArgumentNullException | Culture was set to null. |
.NET Framework
Available since 2.0
Available since 2.0
Show: