C# Class System.Windows.Forms.UpDownSpinnerHelper

Inheritance: NSStepper, IViewHelper
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Public Methods

Method Description
DidChange ( Foundation changeKind, Foundation indexes, Foundation forKey ) : void
DidChangeValue ( string forKey ) : void
FontChanged ( ) : void
UpDownSpinnerHelper ( ) : AppKit
WillChangeValue ( string forKey ) : void

Method Details

DidChange() public method

public DidChange ( Foundation changeKind, Foundation indexes, Foundation forKey ) : void
changeKind Foundation
indexes Foundation
forKey Foundation
return void

DidChangeValue() public method

public DidChangeValue ( string forKey ) : void
forKey string
return void

FontChanged() public method

public FontChanged ( ) : void
return void

UpDownSpinnerHelper() public method

public UpDownSpinnerHelper ( ) : AppKit
return AppKit

WillChangeValue() public method

public WillChangeValue ( string forKey ) : void
forKey string
return void