EgtCAM5 :
- Migliorie varie.
This commit is contained in:
@@ -11,6 +11,24 @@ Public Class LayerTreeViewItem
|
||||
End Get
|
||||
End Property
|
||||
|
||||
''' <summary>
|
||||
''' Property that determines if the Tool is selected or not
|
||||
''' </summary>
|
||||
Public Overrides Property IsSelected As Boolean
|
||||
Get
|
||||
Return m_isSelected
|
||||
End Get
|
||||
Set(value As Boolean)
|
||||
If (value <> m_isSelected) Then
|
||||
m_isSelected = value
|
||||
If value Then
|
||||
' recupero l'Id del nuovo oggetto selezionato
|
||||
Application.Msn.NotifyColleagues(Application.UPDATEOBJINOBJTREE, Me.Id)
|
||||
End If
|
||||
End If
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Private m_Items As New ObservableCollection(Of LayerTreeViewItem)
|
||||
Public Property Items As ObservableCollection(Of LayerTreeViewItem)
|
||||
Get
|
||||
|
||||
Reference in New Issue
Block a user