Version

EmbeddableEditorArea Enumeration

Enumeration describing the area of the embeddable UIElement
Syntax
'Declaration
 
Public Enum EmbeddableEditorArea 
   Inherits System.Enum
public enum EmbeddableEditorArea : System.Enum 
Members
MemberDescription
ButtonThe button area of the embeddable element
CustomCustom. Indicates that the stringName parameter of the ResolveAppearance method should be examined to determine the area.
DefaultThe default area of the embeddable element
DropDownThe DropDown area of the embeddable element
FillThe fill area of the embeddable element, for example, a progress bar
LabelThe label area of the embeddable element
MaskLiteralsThe literal characters of the embeddable element; for example, a mask's literal character
NullTextThe text area of the embeddable element, when the value is null and the owner's return from the GetNullText method is a non-empty string.
PromptThe prompt characters of the embeddable element; i.e., a mask's prompt character
TextThe text area of the embeddable element
Remarks
Used by the EmbeddableEditorOwnerBase class ResolveAppearance method to indicate to the owner which area of the embeddable element the resolved appearance will be applied to
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