IPropertyPage Interface

Definition

Defines the main features of an object representing property pages. For more information, see IPropertyPage.

public interface class IPropertyPage
public interface class IPropertyPage
__interface IPropertyPage
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPropertyPage
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertyPage
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPropertyPage = interface
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B196B28D-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPropertyPage = interface
Public Interface IPropertyPage
Derived
Attributes

Methods

Activate(IntPtr, RECT[], Int32)
Apply()
Deactivate()
GetPageInfo(PROPPAGEINFO[])
Help(String)
IsPageDirty()
Move(RECT[])
SetObjects(UInt32, Object[])
SetPageSite(IPropertyPageSite)
Show(UInt32)
TranslateAccelerator(MSG[])

Applies to