C# Class Cocoa.PopUpButton

Inheritance: Control
Datei anzeigen Open project: mono/cocoa-sharp

Public Methods

Method Description
AddItemWithTitle ( string title ) : void
ItemTitleAtIndex ( int index ) : string
PopUpButton ( IntPtr native_object ) : System
RemoveAllItems ( ) : void
SelectItemAtIndex ( int index ) : void

Method Details

AddItemWithTitle() public method

public AddItemWithTitle ( string title ) : void
title string
return void

ItemTitleAtIndex() public method

public ItemTitleAtIndex ( int index ) : string
index int
return string

PopUpButton() public method

public PopUpButton ( IntPtr native_object ) : System
native_object System.IntPtr
return System

RemoveAllItems() public method

public RemoveAllItems ( ) : void
return void

SelectItemAtIndex() public method

public SelectItemAtIndex ( int index ) : void
index int
return void