_OlkPageControl.Page Property

Definition

Returns or sets an OlPageType constant that specifies the type of page that will be displayed in this control. Read/write.

public:
 property Microsoft::Office::Interop::Outlook::OlPageType Page { Microsoft::Office::Interop::Outlook::OlPageType get(); void set(Microsoft::Office::Interop::Outlook::OlPageType value); };
public Microsoft.Office.Interop.Outlook.OlPageType Page { get; set; }
Public Property Page As OlPageType

Property Value

Remarks

The default value is olPageTypePlanner.

Applies to