| C1.Win.C1Input Namespace > C1TextBox Class : MarkEmpty Property |
'Declaration<C1CategoryAttribute("Behavior")> <C1DescriptionAttribute("Draws a red dotted line if Text is empty.")> <DefaultValueAttribute()> Public Property MarkEmpty As Boolean
'UsageDim instance As C1TextBox Dim value As Boolean instance.MarkEmpty = value value = instance.MarkEmpty
[C1Category("Behavior")] [C1Description("Draws a red dotted line if Text is empty.")] [DefaultValue()] public bool MarkEmpty {get; set;}
[C1Category("Behavior")] [C1Description("Draws a red dotted line if Text is empty.")] [DefaultValue()] public: property bool MarkEmpty { bool get(); void set ( bool value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2