Version 24.2 (latest)

SharedProps Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibleDescriptionGets or sets a description of the visual appearance of the tool.  
Public PropertyAccessibleNameGets or sets the accessible name of the tool.  
Public PropertyAccessibleRoleGets or sets the accessible role for this tool.  
Public PropertyAllowMultipleInstancesGets or sets the value indicating whether multiple instances of the tool can be in one or more UltraToolbar's or PopupMenuTool's ToolsCollection.  
Public PropertyAppearancesLargeGets the ToolAppearances object that contains appearance settings for the tool when large images are being rendered. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyAppearancesSmallGets the ToolAppearances object that contains appearance settings for the tool when small images are being rendered. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyCaptionGets or sets the text that specifies the caption of either all tools or a specific instance. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyCategoryGets or sets text that represents the category to which the ToolBase belongs.  
Public PropertyCustomizedShortcutGets or sets the customized shortcut key combination set by the end user.  
Public PropertyCustomizerCaptionGets or sets text that represents the ToolBase in the run-time customizer dialog's Commands list.  
Public PropertyCustomizerDescriptionGets or sets a detailed description of the tool.  
Public PropertyDescriptionOnMenuGets or sets an extended, formatted description of a tool which will appear below the Caption in menus.  
Public PropertyDisplayStyleGets or sets the display style for either all tools or a specific instance. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledGets or sets the value that determines whether the ToolBase is enabled.  
Public PropertyHasAppearancesLargeReturns a Boolean value indicating whether a ToolAppearances object has been created for the ToolPropsBase.AppearancesLarge property. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyHasAppearancesSmallReturns a Boolean value indicating whether a ToolAppearances object has been created for the ToolPropsBase.AppearancesSmall property. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyKeyTipGets or sets a string with a maximum of 3 characters that represents the mnemonic displayed for the tool when using keytips. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyMaxWidthGets or sets the maximum width for either all tools or a specific instance. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyMergeOrderGets or sets the relative position of the tool when its parent container is merged with another container.  
Public PropertyMergeTypeGets or sets a value that indicates how the tool behaves when it has the same key as another tool being merged.  
Public PropertyMinWidthGets or sets the minimum width for either all tools or a specific instance. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyNotificationBadgeSettingsThe NotificationBadgeSettings for the Tool (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyNotificationBadgeTextGets or sets the text that specifies the NotificationText of either all tools or a specific instance. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Public PropertyPopularCommandGets or sets the value that indicates whether the ToolBase should appear in the 'Popular Commands' list of the RibbonCustomization dialog  
Public PropertyPriorityGets or sets a value that determines the priority of the tool with respect to other tools in the containing Tools collection.  
Public PropertyRootToolGets the root ToolBase to which the SharedProps object is attached.  
Public PropertyShortcutGets or sets a value that determines the shortcut key combination for the ToolBase.  
Public PropertyShowInCustomizerGets or sets the value that determines whether the ToolBase is shown in the run-time customizer dialog.  
Public PropertySpringGets or sets the value that indicates whether the ToolBase should increase its width if it is on an UltraToolbar that has its ToolbarSettings.FillEntireRow property set to True and unused width available.  
Public PropertyStatusTextGets or sets the text displayed in the UltraStatusBar's AutoStatusText panel when the tool is activated.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolInstancesGets a collection of ToolBase objects, one for each instance of the related root tool.  
Public PropertyToolTipTextGets or sets the text that is displayed for the ToolBase when the mouse cursor moves over it.  
Public PropertyToolTipTextFormattedGets or sets the formatted text that is displayed for the ToolBase when the mouse cursor moves over it.  
Public PropertyToolTipTitleGets or sets the text displayed for the tooltip title of the ToolBase when the mouse cursor moves over it.  
Public PropertyVisibleGets or sets the value that determines whether the ToolBase is visible.  
Public PropertyWidthGets or sets the width for either all tools or a specific instance. (Inherited from Infragistics.Win.UltraWinToolbars.ToolPropsBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also