IApplicationCurrentColorOf Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring this[
string i_BrushOrFontKey
] { get; }
ReadOnly Property CurrentColorOf (
i_BrushOrFontKey As String
) As String
Get
Dim instance As IApplication
Dim i_BrushOrFontKey As String
Dim value As String
value = instance.CurrentColorOf(i_BrushOrFontKey)
property String^ CurrentColorOf[[InAttribute] String^ i_BrushOrFontKey] {
String^ get ([InAttribute] String^ i_BrushOrFontKey);
}
Parameters
- i_BrushOrFontKey
- Type: SystemString
Property Value
Type:
String
See Also