Description

This is the class representing an McCommandDialog page.

Object Model



Remarks

Each page in the McCommandDialog.Pages collection is exposed using this interface, which gives access to its common properties. Since pages are usually ActiveX controls, specific properties can be exposed as part of the control as well.

Members

Methods
Activate

Makes this page visible.

Localize

Localizes the object(s) designated by UIObject, which can be either a control or a control collection.


Properties
ApplicationRead-only property

Returns the McApplication instance in which this page is running.

CaptionRead-write property

Get or set the title for this page.

ControlRead-only property

Returns a reference to the ActiveX Control implementing this page as an Object.

DialogRead-only property

Returns the parent dialog of this page.

HelpContextRead-write property

Get or set a help context string which can be used by the dialog to display context sensitive help for this page.

IconRead-write property

Get or set the icon which will be displayed on the tab for tabbed dialogs.

LocalizableRead-write property

Get or set the list of the properties, which will be localized by the Localize method.

NameRead-only property

Returns the name of this page, which is the index in the collection.

TooltipTextRead-write property

Get or set the tooltip caption for a page.

TypeRead-only property

Returns the page type.


Events
ClickClick Event
CloseClose Event
DockDock Event
FloatFloat Event
HideHide Event
InitializeInitialize Event
MDIFloatMDIFloat Event
ShowShow Event
TerminateTerminate Event