- Contents
 
DesignerCOM API
II3IDParameterDefinition2::DesignerUIControlInfo Method
Synopsis
This method returns User Interface information about a parameter.
IDL Function Prototype
HRESULT DesignerUIControlInfo(
[in, out, optional] BSTR * ControlTypeName,
[in, out, optional] long * ControlHeight,
[in, out, optional] long * ControlWidth
);
C/C++ Syntax
HRESULT DesignerUIControlInfo(BSTR * ControlTypeName, long * ControlHeight, long * ControlWidth);
Parameters
- ControlTypeName
 - 
 
Parameter type.
 - ControlHeight
 - 
 
Parameter height.
 - ControlWidth
 - 
 
ControlWidth is reserved for future use.
 

 
			 