DesignerActionItem(String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DesignerActionItem class.
public:
DesignerActionItem(System::String ^ displayName, System::String ^ category, System::String ^ description);
public DesignerActionItem(string displayName, string category, string description);
public DesignerActionItem(string? displayName, string? category, string? description);
new System.ComponentModel.Design.DesignerActionItem : string * string * string -> System.ComponentModel.Design.DesignerActionItem
Public Sub New (displayName As String, category As String, description As String)
Parameters
- displayName
- String
The panel text for this item.
- description
- String
Supplemental text for this item, potentially used in ToolTips or the status bar.
Remarks
Because DesignerActionItem is an abstract class, the DesignerActionItem constructor is intended to be called from derived classes only.
For more information about how the category
parameter is used to group items on a panel, see the GetSortedActionItems method.
Applies to
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET