Skip to content

Commit 53ba128

Browse files
authored
Update disable-video-recording-button-radwebcam-winforms.md
1 parent b0df83d commit 53ba128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/disable-video-recording-button-radwebcam-winforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To disable the video recording button in RadWebCam and restrict the control to o
2424

2525
```csharp
2626

27-
radWebCam.WebCamElement.ToggleRecordingButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
27+
this.radWebCam.WebCamElement.ToggleRecordingButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
2828

2929
```
3030

0 commit comments

Comments
 (0)