GrapeCity MultiRow Windows Forms Documentation
Popup Property (PopupEditingControl)


Gets or sets a System.Windows.Forms.CommonDialog, System.Windows.Forms.Form, or System.Type of both, that is displayed after the user clicks the pop-up button.
Syntax
<TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.PopupConverter,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.PopupEditor,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property Popup As Object
Dim instance As PopupEditingControl
Dim value As Object
 
instance.Popup = value
 
value = instance.Popup
[TypeConverter("GrapeCity.Win.MultiRow.Design.PopupConverter,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.PopupEditor,GrapeCity.Win.MultiRow.Design, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[DefaultValue()]
[SRCategory("Behavior")]
public object Popup {get; set;}

Property Value

A System.Object value that represents a System.Windows.Forms.CommonDialog, System.Windows.Forms.Form, or System.Type of both, that is displayed after the user clicks the pop-up button.
Exceptions
ExceptionDescription
System.ArgumentExceptionThe assigned value is not a System.Windows.Forms.CommonDialog, System.Windows.Forms.Form, or System.Type of both.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PopupEditingControl Class
PopupEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.