Infragistics(R) NetAdvantage(R) Windows Forms
TilePanelPropertyIds Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : TilePanelPropertyIds Enumeration

Enumeration of UltraTilePanel property id's

Syntax

Visual Basic (Declaration) 
Public Enum TilePanelPropertyIds 
   Inherits System.Enum
C# 
public enum TilePanelPropertyIds : System.Enum 

Members

MemberDescription
AllowMovingUltraTile.AllowMoving property.
AnimationsEnabledUltraTilePanel.AnimationsEnabled property.
Appearance Appearance property.
AppearancesUltraTilePanel.Appearances property.
BorderStyle BorderStyle property.
CaptionUltraTile.Caption property.
CloseButtonAppearanceUltraTileSettings.CloseButtonAppearance property.
CloseButtonHotTrackAppearanceUltraTileSettings.CloseButtonHotTrackAppearance property.
ControlUltraTile.Control property.
DropAreaAppearanceUltraTilePanel.DropAreaAppearance property.
DropAreaBorderStyleUltraTilePanel.DropAreaBorderStyle property.
EmptyTileAreaAppearanceUltraTilePanel.EmptyTileAreaAppearance property.
EmptyTileAreaBorderStyleUltraTilePanel.EmptyTileAreaBorderStyle property.
HeaderAppearanceUltraTileSettings.HeaderAppearance property.
HeaderExtentUltraTileSettings.HeaderExtent property.
HeaderPositionUltraTileSettings.HeaderPosition property.
ImageListUltraTilePanel.ImageList property.
LargeTileOrientationUltraTilePanel.LargeTileOrientation property.
LargeTilePositionUltraTilePanel.LargeTilePosition property.
LargeTilesUltraTilePanel.LargeTiles property.
MaximumColumnsUltraTilePanel.MaximumColumns property.
MaximumRowsUltraTilePanel.MaximumRows property.
MaximumSizeUltraTileSettings.MaximumSize property.
MaximumVisibleLargeTilesUltraTilePanel.MaximumVisibleLargeTiles property.
MinimumColumnsUltraTilePanel.MinimumColumns property.
MinimumRowsUltraTilePanel.MinimumRows property.
MinimumTileSizeUltraTilePanel.MinimumTileSize property.
PositionInNormalModeUltraTile.PositionInNormalMode property.
ScrollBarLookUltraTilePanel.ScrollBarLook property.
SettingsUltraTile.Settings property.
ShowCloseButtonUltraTileSettings.ShowCloseButton property.
ShowStateChangeButtonUltraTileSettings.ShowStateChangeButton property.
ShowTileShadowUltraTileSettings.ShowTileShadow property.
StateUltraTile.State property.
StateChangeButtonLargeAppearanceUltraTileSettings.StateChangeButtonLargeAppearance property.
StateChangeButtonLargeHotTrackAppearanceUltraTileSettings.StateChangeButtonLargeHotTrackAppearance property.
StateChangeButtonNormalAppearanceUltraTileSettings.StateChangeButtonNormalAppearance property.
StateChangeButtonNormalHotTrackAppearanceUltraTileSettings.StateChangeButtonNormalHotTrackAppearance property.
TilesUltraTilePanel.Tiles property.
TileSettingsUltraTilePanel.TileSettings property.

Remarks

Property identifiers are passed to handlers of the E:Infragistics.Win.UltraControlBase.PropertyChanged event. This provides a generic technique for both receiving notification of changes in the state of a control and responding to those changes. All controls derived from T:Infragistics.Win.UltraControlBase expose this functionality.

See Also