Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers Namespace > AnnDesigner Class : OnPointerDown Method |
[SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1062:Validate arguments of public methods", Scope="", Target="", MessageId="1", Justification="")] public virtual bool OnPointerDown( AnnContainer sender, AnnPointerEventArgs e )
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1062:Validate arguments of public methods", Scope="", Target="", MessageId="1", Justification="")> Public Overridable Function OnPointerDown( _ ByVal sender As AnnContainer, _ ByVal e As AnnPointerEventArgs _ ) As Boolean
'Usage
Dim instance As AnnDesigner Dim sender As AnnContainer Dim e As AnnPointerEventArgs Dim value As Boolean value = instance.OnPointerDown(sender, e)
[SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1062:Validate arguments of public methods", Scope="", Target="", MessageId="1", Justification="")] public virtual bool OnPointerDown( AnnContainer sender, AnnPointerEventArgs e )
- (BOOL)onPointerDown:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
public boolean onPointerDown(AnnContainer container, AnnPointerEvent event)
SuppressMessageAttribute(Category="Microsoft.Design", CheckId="CA1062:Validate arguments of public methods", Scope="", Target="", MessageId="1", Justification="") function Leadtools.Annotations.Designers.AnnDesigner.OnPointerDown( sender , e )
Derived classes should override this method in order to process pointer down events on the container. The designer should return true if it handled this event in any way.