ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1Command Class / SetBoolean Method

In This Topic
    SetBoolean Method (C1Command)
    In This Topic
    Returns true if the change has actually been made and the control is not initializing (i.e. on change should be fired)
    Syntax
    'Declaration
     
    Protected Function SetBoolean( _
       ByRef oldValue As System.Boolean, _
       ByVal newValue As System.Boolean _
    ) As System.Boolean
    protected System.bool SetBoolean( 
       ref System.bool oldValue,
       System.bool newValue
    )

    Parameters

    oldValue
    newValue
    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