SOApplicationClassCurrentColorOf Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual string this[
string i_BrushOrFontKey
] { get; }
Public Overridable ReadOnly Property CurrentColorOf (
i_BrushOrFontKey As String
) As String
Get
Dim instance As SOApplicationClass
Dim i_BrushOrFontKey As String
Dim value As String
value = instance.CurrentColorOf(i_BrushOrFontKey)
public:
virtual property String^ CurrentColorOf[[InAttribute] String^ i_BrushOrFontKey] {
String^ get ([InAttribute] String^ i_BrushOrFontKey);
}
Parameters
- i_BrushOrFontKey
- Type: SystemString
Property Value
Type:
StringImplements
IApplicationCurrentColorOfString
See Also