RibbonPage Members
In This Article
#Constructors
Name | Description |
---|---|
Ribbon |
Initializes a new instance of the Ribbon |
Ribbon |
Initializes a new instance of the Ribbon |
#Properties
Name | Description |
---|---|
Actual |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Appearance |
Provides access to the Ribbon |
Appearance |
Allows you to access Appearance settings applied to this page when a user hovers over it. |
Appearance |
Allows you to access Appearance settings applied to this page when it is selected (active). |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Category |
Gets or sets the page category with which the current Ribbon |
Collection |
Gets the collection of pages that contains the current Ribbon |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Groups | Gets the collection of Ribbon page groups owned by the current page. |
Image |
Gets or sets an image displayed within the Ribbon page’s header. This property is obsolete. Use the Image |
Image |
Gets or sets the alignment of the image displayed within the page’s header. This property is obsolete. Use the Image |
Image |
Gets or sets an image displayed within the Ribbon page’s header. This property is obsolete. Use the Image |
Image |
Provides access to properties that allow you to set up raster and vector images for this page. |
Images | Gets a collection of images. |
Image |
Gets or sets the distance between the page header’s image and text. |
Image |
Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current page’s tab.
A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). This property is obsolete. Use the Image |
Is |
Gets or sets whether the current page belongs to the default page category. |
Key |
Gets or sets the Key Tip for a Ribbon Page. |
Merged |
Provides access to groups that have been merged into the current page. |
Merge |
Defines the visual position of the current Ribbon |
Merge |
Specifies the active merge logic for this Ribbon Page: should the parent Ribbon copy items from a merged Page, ignore them, or use them to replace its own items. |
Name | Gets the name of the current component. |
Page |
Gets the page’s index within the page collection of the category to which this page belongs. |
Page |
Gets the information used to render the Ribbon page. |
Reduce |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Reduce |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Ribbon |
Returns the Ribbon |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag |
Gets or sets an object that contains data on the current Ribbon |
Text | Gets or sets the text displayed within the page’s header. |
Visible | Gets or sets whether the page is visible. |
#Methods
Name | Description |
---|---|
Clone() |
Creates a new Ribbon |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Locates a page group with the specified name within the current page. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns an image displayed within the pager’s header. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the Ribbon |
Xtra |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also