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