Implementing interface to control what proeprties can be copied when copying style
Namespace: Ico.GwxAssembly: GwxControls (in GwxControls.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool CanCopyProperty(
DependencyProperty p
) |
| Visual Basic |
|---|
Public Function CanCopyProperty ( _
p As DependencyProperty _
) As Boolean |
| JScript |
|---|
public final function CanCopyProperty(
p : DependencyProperty
) : boolean |
Parameters
- p
- Type: System.Windows..::..DependencyProperty
The dependency property to check
Return Value
True if can be copied
Implements
IStyleableCanCopyProperty(DependencyProperty)
See Also