IPreferPropertyPagesWithTreeControl Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Causes the Property Page to display a tree control instead of tabs.
public interface class IPreferPropertyPagesWithTreeControl
public interface class IPreferPropertyPagesWithTreeControl
__interface IPreferPropertyPagesWithTreeControl
[System.Runtime.InteropServices.Guid("03AEFCEA-62A9-4606-8E17-7CB0FC13D5E0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPreferPropertyPagesWithTreeControl
[<System.Runtime.InteropServices.Guid("03AEFCEA-62A9-4606-8E17-7CB0FC13D5E0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPreferPropertyPagesWithTreeControl = interface
Public Interface IPreferPropertyPagesWithTreeControl
- Attributes
Remarks
This interface has no methods and indicates the preference for display with a tree control. Implement the interface with an object that also implements ISpecifyPropertyPages.