- Contents
DesignerCOM API
II3IDSubroutine::Category Property
get_Category
Returns the subroutine category for this subroutine. When the handler is published, this category is used to label a tab in the Subroutine palette.
IDL Function Prototype
HRESULT Category(
[out, retval] BSTR * TheCategory
);
C/C++ Syntax
HRESULT get_Category( BSTR * TheCategory );
Parameters
- TheCategory
-
The return value is a string containing a subroutine category.