ProvideToolboxPageAttribute.PageOrder Property

Gets the page order requested for the Customize Toolbox dialog page

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property PageOrder As Short
public short PageOrder { get; }
public:
property short PageOrder {
    short get ();
}
member PageOrder : int16 with get
function get PageOrder () : short

Property Value

Type: Int16
The page order requested for the Customize Toolbox dialog page.

Remarks

If no page order was requested, PageOrder is 0.

.NET Framework Security

See Also

Reference

ProvideToolboxPageAttribute Class

Microsoft.VisualStudio.Shell Namespace