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