C# 클래스 Cocoa.PopUpButton

상속: Control
파일 보기 프로젝트 열기: mono/cocoa-sharp

공개 메소드들

메소드 설명
AddItemWithTitle ( string title ) : void
ItemTitleAtIndex ( int index ) : string
PopUpButton ( IntPtr native_object ) : System
RemoveAllItems ( ) : void
SelectItemAtIndex ( int index ) : void

메소드 상세

AddItemWithTitle() 공개 메소드

public AddItemWithTitle ( string title ) : void
title string
리턴 void

ItemTitleAtIndex() 공개 메소드

public ItemTitleAtIndex ( int index ) : string
index int
리턴 string

PopUpButton() 공개 메소드

public PopUpButton ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

RemoveAllItems() 공개 메소드

public RemoveAllItems ( ) : void
리턴 void

SelectItemAtIndex() 공개 메소드

public SelectItemAtIndex ( int index ) : void
index int
리턴 void