[SuppressMessageAttribute(Category="Microsoft.Maintainability",
CheckId="CA1502:AvoidExcessiveComplexity",
Scope="",
Target="",
MessageId="",
Justification="")]
[SuppressMessageAttribute(MessageId="1",
Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
Justification="")]
public override bool OnPointerDown(
AnnContainer ,
AnnPointerEventArgs
)
'Declaration
<SuppressMessageAttribute(Category="Microsoft.Maintainability",
CheckId="CA1502:AvoidExcessiveComplexity",
Scope="",
Target="",
MessageId="",
Justification="")>
<SuppressMessageAttribute(MessageId="1",
Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
Justification="")>
Public Overrides Function OnPointerDown( _
ByVal As AnnContainer, _
ByVal As AnnPointerEventArgs _
) As Boolean
'Usage
Dim instance As AnnEditDesigner
Dim sender As AnnContainer
Dim e As AnnPointerEventArgs
Dim value As Boolean
value = instance.OnPointerDown(sender, e)
[SuppressMessageAttribute(Category="Microsoft.Maintainability",
CheckId="CA1502:AvoidExcessiveComplexity",
Scope="",
Target="",
MessageId="",
Justification="")]
[SuppressMessageAttribute(MessageId="1",
Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
Justification="")]
public override bool OnPointerDown(
AnnContainer sender,
AnnPointerEventArgs e
)
- (BOOL)onPointerDown:(LTAnnContainer *)container args:(LTAnnPointerEventArgs *)args
@Override public boolean onPointerDown(
AnnContainer container,
AnnPointerEvent event
)
SuppressMessageAttribute(Category="Microsoft.Maintainability",
CheckId="CA1502:AvoidExcessiveComplexity",
Scope="",
Target="",
MessageId="",
Justification="")
SuppressMessageAttribute(MessageId="1",
Category="Microsoft.Design",
CheckId="CA1062:Validate arguments of public methods",
Scope="",
Target="",
Justification="")
function Leadtools.Annotations.Designers.AnnEditDesigner.OnPointerDown(
sender ,
e
)
Parameters
- sender
- The container associated with this designer.
- e
- The event data.
Return Value
true if this event is handled; otherwise, it is false.