SpreadsheetGear 2017
UIElement Property (ShapeActionEventArgs)






SpreadsheetGear.Windows.Controls Namespace > ShapeActionEventArgs Class : UIElement Property
Returns the UIElement responsible for the action or null if the shape is not a form control, textbox editor, or comment editor.
Syntax
'Declaration
 
Public ReadOnly Property UIElement As System.Windows.UIElement
'Usage
 
Dim instance As ShapeActionEventArgs
Dim value As System.Windows.UIElement
 
value = instance.UIElement
public System.Windows.UIElement UIElement {get;}
public read-only property UIElement: System.Windows.UIElement; 
public function get UIElement : System.Windows.UIElement
public: __property System.Windows.UIElement* get_UIElement();
public:
property System.Windows.UIElement^ UIElement {
   System.Windows.UIElement^ get();
}
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

ShapeActionEventArgs Class
ShapeActionEventArgs Members