ListItemsCollectionEditor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ListItemCollection이나 이와 유사한 컨트롤에서 파생되는 컨트롤에 있는 ListControl 개체에 대한 구성 요소 편집기를 제공합니다.
public ref class ListItemsCollectionEditor : System::ComponentModel::Design::CollectionEditor
public class ListItemsCollectionEditor : System.ComponentModel.Design.CollectionEditor
type ListItemsCollectionEditor = class
inherit CollectionEditor
Public Class ListItemsCollectionEditor
Inherits CollectionEditor
- 상속
예제
다음 코드 예제를 사용 하는 방법을 보여 줍니다 합니다 EditorAttribute 연결할 클래스를 ListItemsCollectionEditor 클래스 및 UITypeEditor 클래스 (컬렉션 편집기의 기본 클래스)를 사용자 지정 ListItems
속성입니다.
private ListItemCollection items = null;
// Associate the ListItemsCollectionEditor with the ListItems.
[EditorAttribute(typeof(System.Web.UI.Design.WebControls.
ListItemsCollectionEditor),
typeof(UITypeEditor))]
public ListItemCollection ListItems
{
get { return items; }
} // ListItems
Private items As ListItemCollection
' Associate the ListItemsCollectionEditor with the ListItems.
<EditorAttribute( GetType(System.Web.UI.Design.WebControls. _
ListItemsCollectionEditor), _
GetType(UITypeEditor))> _
Public ReadOnly Property ListItems() As ListItemCollection
Get
Return items
End Get
End Property ' ListItems
설명
ListItemsCollectionEditor 편집에 대 한 사용자 인터페이스를 제공 하는 클래스를 ListItem 요소의 ListItemCollection 에서 파생 되는 컨트롤 내에서 개체를 ListControl 또는 유사한 컨트롤입니다.
합니다 ListItemsCollectionEditor 줄임표를 선택 하 여 호출 됩니다 (... ) 단추를 ListItems 속성에는 속성 비주얼 디자이너의 모눈입니다.
합니다 CanSelectMultipleInstances 메서드는 항상 반환 false
나타내려면 편집기에서 한 번에 하나의 개체를 선택할 수 있습니다.
HelpTopic 속성 편집기를 표시 하는 도움말 항목의 이름을 반환 합니다.
생성자
ListItemsCollectionEditor(Type) |
ListItemsCollectionEditor 클래스의 새 인스턴스를 초기화합니다. |
속성
CollectionItemType |
컬렉션에 있는 각 항목의 데이터 형식을 가져옵니다. (다음에서 상속됨 CollectionEditor) |
CollectionType |
컬렉션 개체의 데이터 형식을 가져옵니다. (다음에서 상속됨 CollectionEditor) |
Context |
현재 컨텍스트를 나타내는 형식 설명자를 가져옵니다. (다음에서 상속됨 CollectionEditor) |
HelpTopic |
ListItemsCollectionEditor 개체에 대해 표시할 도움말 항목을 가져옵니다. |
HelpTopic |
편집기 대화 상자의 도움말 단추나 F1 키를 누를 때 도움말 항목 또는 항목 목록을 표시하는 도움말 키워드를 가져옵니다. (다음에서 상속됨 CollectionEditor) |
IsDropDownResizable |
드롭다운 편집기를 사용자가 크기 조정할 수 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 UITypeEditor) |
NewItemTypes |
이 컬렉션에 만들 수 있는 사용 가능한 항목 형식을 가져옵니다. (다음에서 상속됨 CollectionEditor) |
메서드
적용 대상
추가 정보
.NET