Nevron .NET Vision
Nevron.Editors Namespace / NFontStyleButton Class / ImeModeBase Property


In This Topic
    ImeModeBase Property (NFontStyleButton)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Property ImeModeBase As System.Windows.Forms.ImeMode
    'Usage
     
    
    Dim instance As NFontStyleButton
    Dim value As System.Windows.Forms.ImeMode
     
    instance.ImeModeBase = value
     
    value = instance.ImeModeBase
    protected virtual System.Windows.Forms.ImeMode ImeModeBase {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also