C# Class Cocoa.PopUpButton

Inheritance: Control
Afficher le fichier Open project: mono/cocoa-sharp

Méthodes publiques

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

Method Details

AddItemWithTitle() public méthode

public AddItemWithTitle ( string title ) : void
title string
Résultat void

ItemTitleAtIndex() public méthode

public ItemTitleAtIndex ( int index ) : string
index int
Résultat string

PopUpButton() public méthode

public PopUpButton ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

RemoveAllItems() public méthode

public RemoveAllItems ( ) : void
Résultat void

SelectItemAtIndex() public méthode

public SelectItemAtIndex ( int index ) : void
index int
Résultat void