| C1.Win.C1Input Namespace > C1TextBox Class : EditFormat Property |
'Declaration<C1CategoryAttribute("Format")> <C1DescriptionAttribute("Format used to display the value when the control is in edit mode (has input focus and is not read-only).")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <LocalizableAttribute(True)> Public ReadOnly Property EditFormat As FormatInfo
'UsageDim instance As C1TextBox Dim value As FormatInfo value = instance.EditFormat
[C1Category("Format")] [C1Description("Format used to display the value when the control is in edit mode (has input focus and is not read-only).")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Localizable(true)] public FormatInfo EditFormat {get;}
[C1Category("Format")] [C1Description("Format used to display the value when the control is in edit mode (has input focus and is not read-only).")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [Localizable(true)] public: property FormatInfo^ EditFormat { FormatInfo^ get(); }
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