Style
Method of IApplication
Description
Creates Style Object
Parameters
Return Value
- IStyle ppStyle
Syntax
JavaScript
var ppStyle = Application.Style(strID, strName, strDescription, pSyntax);
==== Visual Basic Script ====
ppStyle = Application.Style strID, strName, strDescription, pSyntax
==== C++ ====
CComPtr<IStyle> pStyle; HRESULT hr = Application.Style(strID, strName, strDescription, pSyntax, &pStyle);
===== See Also ===== IApplication