DecimalTextBoxBlankText Property
Gets or sets the caption in
Blank state.
Default value: Empty string.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute("")]
public string BlankText { get; set; }
<DefaultValueAttribute("")>
Public Property BlankText As String
Get
Set
public:
[DefaultValueAttribute(L"")]
property String^ BlankText {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute("")>]
member BlankText : string with get, set
Property Value
String