Version

Search Results

ItemAppearance Property (UltraContextMenuManager)

Gets/sets the default appearance for the menu items. Syntax

MenuItems Property (UltraContextMenuManager)

Returns the collection of menu items. Syntax

NotifyPropChange Method (UltraContextMenuManager)

Invoked when a property changes on the context menu. Syntax

OnSubObjectPropChange Method (UltraContextMenuManager)

Invoked when a property on a subobject has changed. Syntax Parameters propChangeInfo Information about the property change

PaddingBottom Property (UltraContextMenuManager)

Gets/sets the amount of padding between the borders of the context menu and the menu items on the bottom side of the menu. Syntax

PaddingLeft Property (UltraContextMenuManager)

Gets/sets the amount of padding between the borders of the context menu and the menu items on the left side of the menu. Syntax

PaddingRight Property (UltraContextMenuManager)

Gets/sets the amount of padding between the borders of the context menu and the menu items on the right side of the menu. Syntax

PaddingTop Property (UltraContextMenuManager)

Gets/sets the amount of padding between the borders of the context menu and the menu items on the top side of the menu. Syntax

ResetAppearance Method (UltraContextMenuManager)

Resets the Appearance property to its default value. Syntax Remarks Use this method to reset the Appearance property. If the Appearance property was set to an Appearance from the Appearances collection, the properties on the Infragistics.Win.AppearanceBase object in the collection will remain the same but the Appe...

ResetAppearances Method

Clears the Appearances collection Syntax Remarks Invoke this method to reset the Appearances property to its default value. Once this method is invoked, the ShouldSerializeAppearances method will return False until the Appearances property is set again. Example