Property | Type | Description | |
---|---|---|---|
NextSlide | void | ||
PreviousSlide | void | ||
ToogleCursor | void |
Method | Description | |
---|---|---|
GoTo ( object sender, |
||
PopulateGoMenu ( ) : void | ||
WillFinishLaunching ( NSNotification notification ) : void | ||
WillPresentSlide ( int slideIndex, int step ) : void |
Method | Description | |
---|---|---|
NextSlide ( NSObject sender ) : void | ||
PreviousSlide ( NSObject sender ) : void | ||
ToogleCursor ( NSObject sender ) : void |
public GoTo ( object sender, |
||
sender | object | |
e | ||
return | void |
public WillFinishLaunching ( NSNotification notification ) : void | ||
notification | NSNotification | |
return | void |
public WillPresentSlide ( int slideIndex, int step ) : void | ||
slideIndex | int | |
step | int | |
return | void |