ToolboxCategoryAttribute.CategoryPath Property
Gets the path under which this class is categorized.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property CategoryPath As String
Get
Private Set
public string CategoryPath { get; private set; }
public:
property String^ CategoryPath {
String^ get ();
private: void set (String^ value);
}
member CategoryPath : string with get, private set
function get CategoryPath () : String
private function set CategoryPath (value : String)
Property Value
Type: System.String
The path under which this class is categorized.
Remarks
Represent multiple levels by using the forward slash (/) as a delimiter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ToolboxCategoryAttribute Class
Microsoft.Windows.Design Namespace