Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Show in webframe

CurrentObjectId Property






Gets or sets the current automation object ID.
Syntax
public int CurrentObjectId {get; set;}
'Declaration
 
Public Property CurrentObjectId As Integer
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Integer
 
instance.CurrentObjectId = value
 
value = instance.CurrentObjectId

            

            
public:
property int CurrentObjectId {
   int get();
   void set (    int value);
}

Property Value

The current automation object ID.
Remarks

The current automation object ID is the AnnAutomationObject.Id of the AnnAutomationObject currently selected in the ToolBar. This object is the "active" object to be drawn on the current active AnnAutomation. You can change the value of this property programmatically. It also changes when the user clicks on the buttons of the automation ToolBar.

The CurrentObjectIdChanged event is fired when this property is changed

Example

This example sets the line object as the current automation object.

Copy Code  
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations

Private Sub AnnAutomationManager_CurrentObjectId(ByVal manager As AnnAutomationManager)
   ' if you are using the automation toolbar, notice the line button gets selected as well
   manager.CurrentObjectId = AnnAutomationManager.LineObjectId
End Sub
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;

private void AnnAutomationManager_CurrentObjectId(AnnAutomationManager manager)
{
   // if you are using the automation toolbar, notice the line button gets selected as well
   manager.CurrentObjectId = AnnAutomationManager.LineObjectId;
}
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Examples;
using Leadtools.Silverlight.Demos;

private void AnnAutomationManager_CurrentObjectId(AnnAutomationManager manager)
{
   // if you are using the automation toolbar, notice the line button gets selected as well
   manager.CurrentObjectId = AnnAutomationManager.LineObjectId;
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Imports Leadtools.Silverlight.Demos

Private Sub AnnAutomationManager_CurrentObjectId(ByVal manager As AnnAutomationManager)
   ' if you are using the automation toolbar, notice the line button gets selected as well
   manager.CurrentObjectId = AnnAutomationManager.LineObjectId
End Sub
Requirements

Target Platforms

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features