Version

AppliesFormatStringWhenInEditMode Property

Returns whether the editor applies the format string returned from the owner's EmbeddableEditorOwnerBase.GetFormatInfo method when it is in edit mode.
Syntax
'Declaration
 
Protected Overridable ReadOnly Property AppliesFormatStringWhenInEditMode As Boolean
protected virtual bool AppliesFormatStringWhenInEditMode {get;}
Remarks

Typically, format strings are not applied to the value when the editor is in edit mode. Returning true from this property will cause the editor to apply the format string when it is in edit mode.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also