상속: AbsSpinner
예제 #1
0
파일: Spinner.cs 프로젝트: hakeemsm/XobotOS
			public DropdownPopup(Spinner _enclosing, android.content.Context context, android.util.AttributeSet
				 attrs, int defStyleRes) : base(context, attrs, 0, defStyleRes)
			{
				this._enclosing = _enclosing;
				this.setAnchorView(this._enclosing);
				this.setModal(true);
				this.setPromptPosition(android.widget.ListPopupWindow.POSITION_PROMPT_ABOVE);
				this.setOnItemClickListener(new _OnItemClickListener_692(this));
			}
예제 #2
0
파일: Spinner.cs 프로젝트: hakeemsm/XobotOS
			internal DialogPopup(Spinner _enclosing)
			{
				this._enclosing = _enclosing;
			}