True if the content element loaded by ContentSource should be user-interactive. False if the content should be view-only.
Namespace: Ico.Windows.ControlsAssembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool ContentSourceIsInteractive { get; set; } |
| Visual Basic |
|---|
Public Property ContentSourceIsInteractive As Boolean Get Set |
| JScript |
|---|
function get ContentSourceIsInteractive () : boolean function set ContentSourceIsInteractive (value : boolean) |