DBObjectsBranch.CalcParentCheckState Method

Calculates the state based on the state of the items in this branch.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Protected Function CalcParentCheckState As StandardCheckBoxImage
'Usage
Dim returnValue As StandardCheckBoxImage

returnValue = Me.CalcParentCheckState()
protected StandardCheckBoxImage CalcParentCheckState()
protected:
StandardCheckBoxImage CalcParentCheckState()
protected function CalcParentCheckState() : StandardCheckBoxImage
member CalcParentCheckState : unit -> StandardCheckBoxImage 

Return Value

Type: StandardCheckBoxImage

.NET Framework Security

See Also

Reference

DBObjectsBranch Class

DBObjectsBranch Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace