Skip to content

Commit 9dbf11f

Browse files
authored
Merge pull request #708 from telerik/new-kb-disable-video-recording-button-radwebcam-winforms-640cc77c4efb4196b6397aa9dc3634c2
Added new kb article disable-video-recording-button-radwebcam-winforms
2 parents 5abcde1 + 52265d7 commit 9dbf11f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Disabling Video Recording Button in RadWebCam for WinForms
3+
description: Learn how to disable video recording button in RadWebCam for WinForms to utilize only the snapshot feature.
4+
type: how-to
5+
page_title: How to Disable Video Recording in RadWebCam
6+
slug: webcam-disable-video-recording
7+
tags: webcam, winforms, videorecording, ui, customization
8+
res_type: kb
9+
ticketid: 1685265
10+
---
11+
12+
## Environment
13+
14+
|Product Version|Product|Author|
15+
|----|----|----|
16+
|2025.1.211|RadWebCam for WinForms|[Nadya Todorova](https://www.telerik.com/blogs/author/nadya-karaivanova)|
17+
18+
## Description
19+
20+
This article explains how to disable video recording in RadWebCam and use only snapshots.
21+
22+
## Solution
23+
24+
To disable the video recording button in RadWebCam and specify the control to only use the snapshot feature, set the visibility of the recording button to `Collapsed`. This action hides the recording button from the UI.
25+
26+
````C#
27+
28+
this.radWebCam1.WebCamElement.ToggleRecordingButton.Visibility = Telerik.WinControls.ElementVisibility.Collapsed;
29+
30+
````
31+
32+
## See Also
33+
* [Overview](https://docs.telerik.com/devtools/winforms/controls/webcam/overview)

0 commit comments

Comments
 (0)