C# 클래스 System.Windows.Forms.UpDownSpinnerHelper

상속: NSStepper, IViewHelper
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

공개 메소드들

메소드 설명
DidChange ( Foundation changeKind, Foundation indexes, Foundation forKey ) : void
DidChangeValue ( string forKey ) : void
FontChanged ( ) : void
UpDownSpinnerHelper ( ) : AppKit
WillChangeValue ( string forKey ) : void

메소드 상세

DidChange() 공개 메소드

public DidChange ( Foundation changeKind, Foundation indexes, Foundation forKey ) : void
changeKind Foundation
indexes Foundation
forKey Foundation
리턴 void

DidChangeValue() 공개 메소드

public DidChangeValue ( string forKey ) : void
forKey string
리턴 void

FontChanged() 공개 메소드

public FontChanged ( ) : void
리턴 void

UpDownSpinnerHelper() 공개 메소드

public UpDownSpinnerHelper ( ) : AppKit
리턴 AppKit

WillChangeValue() 공개 메소드

public WillChangeValue ( string forKey ) : void
forKey string
리턴 void