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