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