Version

ToolbarSettings Class Properties

For a list of all members of this type, see ToolbarSettings members.

Public Properties
 NameDescription
Public PropertyAllowCustomizeReturns or sets a Boolean value that determines whether the UltraToolbar can be customized at run-time by the end user.  
Public PropertyAllowDockBottomReturns or sets a Boolean value that determines whether the UltraToolbar can dock in the bottom dock area.  
Public PropertyAllowDockLeftReturns or sets a Boolean value determining whether the UltraToolbar can dock in the left dock area.  
Public PropertyAllowDockRightReturns or sets a Boolean value that determines whether the UltraToolbar can dock in the right dock area.  
Public PropertyAllowDockTopReturns or sets a Boolean value determining whether the UltraToolbar can dock in the top dock area.  
Public PropertyAllowFloatingReturns or sets whether the UltraToolbar can be dragged out of a dock area and floated.  
Public PropertyAllowHidingReturns or sets a Boolean value that determines whether the UltraToolbar can be hidden at run-time by the end user.  
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyBorderStyleDockedReturns or sets the style used to draw the border of the UltraToolbar when it is docked.  
Public PropertyCaptionPlacementReturns or sets a value that indicates how to align ToolBase text with respect to ToolBase images for all tools on the UltraToolbar.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDockedAppearanceReturns or sets the Infragistics.Win.Appearance object that controls the object's formatting.  
Public PropertyEditAppearanceReturns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyFillEntireRowReturns or sets a Boolean value that specifies whether the UltraToolbar will take up the entire dock area row, even if it doesn't have enough tools to fill the area.  
Public PropertyFloatingAppearanceReturns or sets the Infragistics.Win.Appearance object that controls the object's formatting.  
Public PropertyGrabHandleStyleReturns or sets the style used to render the grab handles on the UltraToolbar when it is docked.  
Public PropertyHasAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHasDockedAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasEditAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHasFloatingAppearanceIndicates whether an Infragistics.Win.AppearanceBase object has been created.  
Public PropertyHasHotTrackAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHasHotTrackPressedAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHasPressedAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHasToolAppearanceReturns a Boolean value determining whether an Infragistics.Win.AppearanceBase object has been created. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHotTrackAppearanceReturns a Boolean value determining or sets the appearance of a tool that has the mouse over it. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyHotTrackPressedAppearanceReturns a Boolean value determining or sets the appearance of a tool that has the mouse over it while the mouse button is down. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyPaddingBottomReturns or sets the padding, in pixels, between the bottom edge of the UltraToolbar and the bottom edge of the ToolBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolbarSettingsBase)
Public PropertyPaddingLeftReturns or sets the padding, in pixels, between the left edge of the UltraToolbar and the left edge of the left-most ToolBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolbarSettingsBase)
Public PropertyPaddingRightReturns or sets the padding, in pixels, between the right edge of the UltraToolbar and the right edge of the right-most ToolBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolbarSettingsBase)
Public PropertyPaddingTopReturns or sets the padding, in pixels, between the top edge of the UltraToolbar and the top edge of the ToolBase. (Inherited from Infragistics.Win.UltraWinToolbars.ToolbarSettingsBase)
Public PropertyPressedAppearanceReturns or sets the appearance of a state tool that is pressed. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyShowToolTipsReturns or sets a value that specifies whether the tools on the toolbar/menu will display tooltips. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolAppearanceReturns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyToolbarsManagerReturns the UltraToolbarsManager to which the SettingsBase is attached. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyToolDisplayStyleReturns or sets a value that specifies display style for all PopupMenuTool on the UltraToolbar which determines when the tools text and image are displayed. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Public PropertyToolOrientationReturns or sets a value that indicates how the ToolBase instances for the tools on the UltraToolbar will be oriented.  
Public PropertyToolSpacingReturns/sets the spacing (in pixels) between each ToolBase on the UltraToolbar. (Inherited from Infragistics.Win.UltraWinToolbars.ToolbarSettingsBase)
Public PropertyUseLargeImagesReturns or sets a value that specifies whether the tools on the toolbar/menu will display using the toolbarmanager's UltraToolbarsManager.ImageSizeLarge. (Inherited from Infragistics.Win.UltraWinToolbars.SettingsBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also