Version

UltraControlPropIds Enumeration

uniquely identify each property of UltraControlBase.
Syntax
'Declaration
 
Public Enum UltraControlPropIds 
   Inherits System.Enum
public enum UltraControlPropIds : System.Enum 
Members
MemberDescription
AlphaBlendEnabledWhether alpha blending is enabled
AlphaBlendModeDetermines the style of alpha blending
CreationFilterA custom filter used to control UIElement creation and positioning.
CursorFilterA custom filter used to control which cursor is used over UIElements.
DrawFilterA custom filter used to override or supplement the drawing of UIElements.
FlatModeIndicates whether the control has a flat appearance.
GDITextRenderingDetermines whether GDI is used to measure and render text.
StyleLibraryNameDetermines the name of the loaded application style library from which the control should obtain its styling information.
StyleSetNameDetermines the application styleset that is used to obtain the application style information.
SupportsZoomingDetermines if the control will support zooming.
SupportThemesIndicates when elements of the controls may render using the system themes.
TextRenderingModeDetermines the text rendering mode.
UseAppStylingDetermines if the control should use application styling information.
UseFlatModeDetermines whether the control will render with a flat appearance.
UseOsThemesDetermines whether the control will try to use the operating system theme support when rendering its elements.
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