Gets/sets the default appearance for the menu items. Syntax
Returns the collection of menu items. Syntax
Invoked when a property changes on the context menu. Syntax
Invoked when a property on a subobject has changed. Syntax Parameters propChangeInfo Information about the property change
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
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
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
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
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...
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